home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / m17n-db / README < prev   
Text File  |  2009-02-24  |  2KB  |  63 lines

  1. This directory tree holds version 1.5.4 of the m17n database.
  2. Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
  3.   National Institute of Advanced Industrial Science and Technology (AIST)
  4.   Registration Number H15PRO112
  5. See the end for copying conditions.
  6.  
  7. INSTALL
  8.  
  9. (0) Prerequisite
  10.  
  11. The make procedure requires "charmap" files.  The configure script
  12. cheks the directory /usr/share/i18n/charmaps which usually should be
  13. found on GNU/Linux system.
  14.  
  15. If you don't have that directory, you must get the files from the
  16. source of glibc, and inform the configure script of the directory by
  17. the argument "--with-charmaps=DIR".
  18.  
  19. If you have "wget", the script "./get-glibc.sh" is a convenient tool
  20. to download the source of glibc (2.3) and extract files in a directory
  21. where the configure script finds automatically, thus no need of
  22. "--with-charmaps=DIR" argument.
  23.  
  24. Please note that /usr/share/i18n/charmaps may contain incomplete
  25. GB18030.gz (e.g. /xfe/xa0.. /xfe/xfe are not mapped).  In that case,
  26. you need the newer glibc source (glibc-2.3) by using "./get-glibc.sh".
  27.  
  28. (1) Installation from CVS working directory.
  29.  
  30. Just after you checked out or updated this package, run the script
  31. "./bootstrap.sh", then follows (2).
  32.  
  33. (2) Installation from a tar ball.
  34.  
  35. % ./configure
  36. % make
  37. % make install
  38.  
  39. ----------------------------------------------------------------------
  40. Copyright information
  41.  
  42. Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
  43.   National Institute of Advanced Industrial Science and Technology (AIST)
  44.   Registration Number H15PRO112
  45.  
  46. This file is part of the m17n database; a sub-part of the m17n
  47. library.
  48.  
  49. The m17n library is free software; you can redistribute it and/or
  50. modify it under the terms of the GNU Lesser General Public License
  51. as published by the Free Software Foundation; either version 2.1 of
  52. the License, or (at your option) any later version.
  53.  
  54. The m17n library is distributed in the hope that it will be useful,
  55. but WITHOUT ANY WARRANTY; without even the implied warranty of
  56. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  57. Lesser General Public License for more details.
  58.  
  59. You should have received a copy of the GNU Lesser General Public
  60. License along with the m17n library; if not, write to the Free
  61. Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  62. Boston, MA 02110-1301, USA.
  63.